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/H1_CW_CAT1/segments?format=api&page=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=14",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 15,
    "results": [
        {
            "start": 817497517,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503193
        },
        {
            "start": 817506984,
            "stop": 817508353
        },
        {
            "start": 817509064,
            "stop": 817510250
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549453
        },
        {
            "start": 817551093,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817551365
        },
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552693
        },
        {
            "start": 817555363,
            "stop": 817559354
        },
        {
            "start": 817559367,
            "stop": 817560349
        },
        {
            "start": 817560353,
            "stop": 817560359
        },
        {
            "start": 817560368,
            "stop": 817562252
        },
        {
            "start": 817562265,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562849
        },
        {
            "start": 817562853,
            "stop": 817562975
        },
        {
            "start": 817562989,
            "stop": 817563000
        },
        {
            "start": 817563004,
            "stop": 817563010
        }
    ]
}