Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=261
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=260",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 261,
    "results": [
        {
            "start": 848347266,
            "stop": 848347273
        },
        {
            "start": 848347310,
            "stop": 848347311
        },
        {
            "start": 848348192,
            "stop": 848348196
        },
        {
            "start": 848348205,
            "stop": 848348215
        },
        {
            "start": 848348220,
            "stop": 848348308
        },
        {
            "start": 848348311,
            "stop": 848348322
        },
        {
            "start": 848348326,
            "stop": 848348341
        },
        {
            "start": 848348345,
            "stop": 848348353
        },
        {
            "start": 848383965,
            "stop": 848387051
        },
        {
            "start": 848387055,
            "stop": 848387590
        },
        {
            "start": 848387608,
            "stop": 848387662
        },
        {
            "start": 848387665,
            "stop": 848387680
        },
        {
            "start": 848387684,
            "stop": 848418253
        },
        {
            "start": 848418298,
            "stop": 848418300
        },
        {
            "start": 848418575,
            "stop": 848439973
        },
        {
            "start": 848441346,
            "stop": 848466297
        },
        {
            "start": 848468242,
            "stop": 848527658
        },
        {
            "start": 848531038,
            "stop": 848629982
        },
        {
            "start": 848635750,
            "stop": 848637647
        },
        {
            "start": 848637651,
            "stop": 848638428
        }
    ]
}