Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5125",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5123",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5124,
    "results": [
        {
            "start": 1135921678,
            "stop": 1135921752
        },
        {
            "start": 1135921754,
            "stop": 1135921755
        },
        {
            "start": 1135921757,
            "stop": 1135921772
        },
        {
            "start": 1135921774,
            "stop": 1135922008
        },
        {
            "start": 1135922010,
            "stop": 1135922351
        },
        {
            "start": 1135922353,
            "stop": 1135924099
        },
        {
            "start": 1135924101,
            "stop": 1135924399
        },
        {
            "start": 1135924401,
            "stop": 1135924718
        },
        {
            "start": 1135924720,
            "stop": 1135924805
        },
        {
            "start": 1135924807,
            "stop": 1135925065
        },
        {
            "start": 1135925067,
            "stop": 1135925237
        },
        {
            "start": 1135925239,
            "stop": 1135925298
        },
        {
            "start": 1135926070,
            "stop": 1135926214
        },
        {
            "start": 1135926216,
            "stop": 1135926533
        },
        {
            "start": 1135926535,
            "stop": 1135927091
        },
        {
            "start": 1135927093,
            "stop": 1135927896
        },
        {
            "start": 1135927898,
            "stop": 1135928493
        },
        {
            "start": 1135928495,
            "stop": 1135928645
        },
        {
            "start": 1135928647,
            "stop": 1135928777
        },
        {
            "start": 1135928779,
            "stop": 1135929063
        }
    ]
}