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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8197",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8198,
    "results": [
        {
            "start": 971502717,
            "stop": 971502861
        },
        {
            "start": 971502864,
            "stop": 971502907
        },
        {
            "start": 971502913,
            "stop": 971502960
        },
        {
            "start": 971502964,
            "stop": 971503013
        },
        {
            "start": 971503016,
            "stop": 971503063
        },
        {
            "start": 971503066,
            "stop": 971503175
        },
        {
            "start": 971503178,
            "stop": 971503291
        },
        {
            "start": 971503295,
            "stop": 971503376
        },
        {
            "start": 971503379,
            "stop": 971503434
        },
        {
            "start": 971503437,
            "stop": 971503548
        },
        {
            "start": 971503551,
            "stop": 971503557
        },
        {
            "start": 971503560,
            "stop": 971503584
        },
        {
            "start": 971503587,
            "stop": 971503595
        },
        {
            "start": 971503598,
            "stop": 971503604
        },
        {
            "start": 971503607,
            "stop": 971503614
        },
        {
            "start": 971503617,
            "stop": 971503647
        },
        {
            "start": 971503651,
            "stop": 971503748
        },
        {
            "start": 971503751,
            "stop": 971503796
        },
        {
            "start": 971503799,
            "stop": 971503801
        },
        {
            "start": 971503804,
            "stop": 971503805
        }
    ]
}