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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=71",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 72,
    "results": [
        {
            "start": 824839158,
            "stop": 824842031
        },
        {
            "start": 824843064,
            "stop": 824844782
        },
        {
            "start": 824845199,
            "stop": 824846434
        },
        {
            "start": 824848477,
            "stop": 824855318
        },
        {
            "start": 824858041,
            "stop": 824858217
        },
        {
            "start": 824859181,
            "stop": 824863861
        },
        {
            "start": 824894426,
            "stop": 824904768
        },
        {
            "start": 824905022,
            "stop": 824907000
        },
        {
            "start": 824907070,
            "stop": 824932250
        },
        {
            "start": 824935898,
            "stop": 824937530
        },
        {
            "start": 824986270,
            "stop": 824991125
        },
        {
            "start": 824993278,
            "stop": 824996750
        },
        {
            "start": 825008377,
            "stop": 825011300
        },
        {
            "start": 825011605,
            "stop": 825014678
        },
        {
            "start": 825018374,
            "stop": 825019062
        },
        {
            "start": 825052227,
            "stop": 825052549
        },
        {
            "start": 825052699,
            "stop": 825058128
        },
        {
            "start": 825058205,
            "stop": 825061206
        },
        {
            "start": 825061267,
            "stop": 825061809
        },
        {
            "start": 825062031,
            "stop": 825066446
        }
    ]
}