Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=173
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=172",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 173,
    "results": [
        {
            "start": 866382366,
            "stop": 866386580
        },
        {
            "start": 866389454,
            "stop": 866389699
        },
        {
            "start": 866390185,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413912
        },
        {
            "start": 866415470,
            "stop": 866447387
        },
        {
            "start": 866448711,
            "stop": 866468981
        },
        {
            "start": 866472021,
            "stop": 866475453
        },
        {
            "start": 866475620,
            "stop": 866477774
        },
        {
            "start": 866490033,
            "stop": 866497420
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        },
        {
            "start": 866506777,
            "stop": 866559820
        },
        {
            "start": 866560845,
            "stop": 866571243
        },
        {
            "start": 866571757,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866583658
        },
        {
            "start": 866587207,
            "stop": 866605037
        }
    ]
}