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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=204
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 204,
    "results": [
        {
            "start": 931472279,
            "stop": 931472606
        },
        {
            "start": 931472607,
            "stop": 931472713
        },
        {
            "start": 931472714,
            "stop": 931472754
        },
        {
            "start": 931479596,
            "stop": 931479678
        },
        {
            "start": 931479679,
            "stop": 931479821
        },
        {
            "start": 931479822,
            "stop": 931479886
        },
        {
            "start": 931479887,
            "stop": 931480010
        },
        {
            "start": 931480130,
            "stop": 931480146
        },
        {
            "start": 931480149,
            "stop": 931480161
        },
        {
            "start": 931480164,
            "stop": 931480236
        },
        {
            "start": 931480239,
            "stop": 931480241
        },
        {
            "start": 931483130,
            "stop": 931483162
        },
        {
            "start": 931483163,
            "stop": 931483202
        },
        {
            "start": 931483203,
            "stop": 931483380
        },
        {
            "start": 931484557,
            "stop": 931484665
        },
        {
            "start": 931484666,
            "stop": 931484698
        },
        {
            "start": 931484700,
            "stop": 931484741
        },
        {
            "start": 931484742,
            "stop": 931484899
        },
        {
            "start": 931484901,
            "stop": 931485016
        },
        {
            "start": 931485018,
            "stop": 931485469
        }
    ]
}