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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47024",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47025,
    "results": [
        {
            "start": 875229264,
            "stop": 875229277
        },
        {
            "start": 875229280,
            "stop": 875229304
        },
        {
            "start": 875229305,
            "stop": 875229313
        },
        {
            "start": 875229316,
            "stop": 875229319
        },
        {
            "start": 875229322,
            "stop": 875229340
        },
        {
            "start": 875229344,
            "stop": 875229388
        },
        {
            "start": 875229389,
            "stop": 875229416
        },
        {
            "start": 875229419,
            "stop": 875229445
        },
        {
            "start": 875229448,
            "stop": 875229458
        },
        {
            "start": 875229461,
            "stop": 875229548
        },
        {
            "start": 875229549,
            "stop": 875229553
        },
        {
            "start": 875229555,
            "stop": 875229556
        },
        {
            "start": 875229559,
            "stop": 875229573
        },
        {
            "start": 875229576,
            "stop": 875229619
        },
        {
            "start": 875229622,
            "stop": 875229633
        },
        {
            "start": 875229634,
            "stop": 875229698
        },
        {
            "start": 875229699,
            "stop": 875229760
        },
        {
            "start": 875229761,
            "stop": 875229782
        },
        {
            "start": 875229785,
            "stop": 875229858
        },
        {
            "start": 875229865,
            "stop": 875229887
        }
    ]
}