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=46974
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=46975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46973",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46974,
    "results": [
        {
            "start": 875212714,
            "stop": 875212719
        },
        {
            "start": 875212726,
            "stop": 875212750
        },
        {
            "start": 875212752,
            "stop": 875212753
        },
        {
            "start": 875212756,
            "stop": 875212768
        },
        {
            "start": 875212771,
            "stop": 875212778
        },
        {
            "start": 875212779,
            "stop": 875212803
        },
        {
            "start": 875212806,
            "stop": 875212812
        },
        {
            "start": 875212816,
            "stop": 875212819
        },
        {
            "start": 875212820,
            "stop": 875212834
        },
        {
            "start": 875212835,
            "stop": 875212859
        },
        {
            "start": 875212860,
            "stop": 875212875
        },
        {
            "start": 875212879,
            "stop": 875212905
        },
        {
            "start": 875212907,
            "stop": 875212919
        },
        {
            "start": 875212922,
            "stop": 875212935
        },
        {
            "start": 875212939,
            "stop": 875212945
        },
        {
            "start": 875212946,
            "stop": 875212964
        },
        {
            "start": 875212965,
            "stop": 875212979
        },
        {
            "start": 875212983,
            "stop": 875212991
        },
        {
            "start": 875212997,
            "stop": 875213008
        },
        {
            "start": 875213009,
            "stop": 875213010
        }
    ]
}