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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=178",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 179,
    "results": [
        {
            "start": 845691701,
            "stop": 845700253
        },
        {
            "start": 845700951,
            "stop": 845701110
        },
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793605,
            "stop": 845795783
        },
        {
            "start": 845796183,
            "stop": 845811238
        },
        {
            "start": 845811939,
            "stop": 845813285
        },
        {
            "start": 845813793,
            "stop": 845817635
        },
        {
            "start": 845819206,
            "stop": 845823325
        },
        {
            "start": 845886777,
            "stop": 845888876
        },
        {
            "start": 845890687,
            "stop": 845892138
        },
        {
            "start": 845895599,
            "stop": 845899520
        },
        {
            "start": 845901090,
            "stop": 845908486
        },
        {
            "start": 845952215,
            "stop": 845959645
        },
        {
            "start": 845960202,
            "stop": 846013198
        },
        {
            "start": 846014817,
            "stop": 846016647
        },
        {
            "start": 846017473,
            "stop": 846020882
        },
        {
            "start": 846055078,
            "stop": 846095181
        },
        {
            "start": 846099026,
            "stop": 846106512
        },
        {
            "start": 846107673,
            "stop": 846116656
        },
        {
            "start": 846122518,
            "stop": 846132442
        }
    ]
}