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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=271",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 272,
    "results": [
        {
            "start": 931614835,
            "stop": 931614839
        },
        {
            "start": 931614841,
            "stop": 931614848
        },
        {
            "start": 931614850,
            "stop": 931614865
        },
        {
            "start": 931614866,
            "stop": 931614901
        },
        {
            "start": 931614905,
            "stop": 931614907
        },
        {
            "start": 931614909,
            "stop": 931614911
        },
        {
            "start": 931614913,
            "stop": 931614916
        },
        {
            "start": 931614918,
            "stop": 931614922
        },
        {
            "start": 931614924,
            "stop": 931614927
        },
        {
            "start": 931614930,
            "stop": 931614933
        },
        {
            "start": 931614936,
            "stop": 931614937
        },
        {
            "start": 931614940,
            "stop": 931614942
        },
        {
            "start": 931614963,
            "stop": 931614971
        },
        {
            "start": 931614975,
            "stop": 931614978
        },
        {
            "start": 931614981,
            "stop": 931614982
        },
        {
            "start": 931614984,
            "stop": 931614990
        },
        {
            "start": 931614991,
            "stop": 931614993
        },
        {
            "start": 931614994,
            "stop": 931614996
        },
        {
            "start": 931615005,
            "stop": 931615007
        },
        {
            "start": 931615008,
            "stop": 931615009
        }
    ]
}