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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=72",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 73,
    "results": [
        {
            "start": 931413997,
            "stop": 931415060
        },
        {
            "start": 931418878,
            "stop": 931421616
        },
        {
            "start": 931421635,
            "stop": 931423043
        },
        {
            "start": 931423049,
            "stop": 931424517
        },
        {
            "start": 931424523,
            "stop": 931424531
        },
        {
            "start": 931426097,
            "stop": 931426130
        },
        {
            "start": 931426136,
            "stop": 931426173
        },
        {
            "start": 931426179,
            "stop": 931426180
        },
        {
            "start": 931426186,
            "stop": 931426629
        },
        {
            "start": 931426635,
            "stop": 931427166
        },
        {
            "start": 931427172,
            "stop": 931427951
        },
        {
            "start": 931427957,
            "stop": 931428309
        },
        {
            "start": 931428315,
            "stop": 931428525
        },
        {
            "start": 931428531,
            "stop": 931428693
        },
        {
            "start": 931428702,
            "stop": 931428717
        },
        {
            "start": 931428723,
            "stop": 931428728
        },
        {
            "start": 931428734,
            "stop": 931428759
        },
        {
            "start": 931428765,
            "stop": 931429618
        },
        {
            "start": 931429629,
            "stop": 931429748
        },
        {
            "start": 931429754,
            "stop": 931429830
        }
    ]
}