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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 2,
    "results": [
        {
            "start": 816064128,
            "stop": 816064132
        },
        {
            "start": 816064135,
            "stop": 816064136
        },
        {
            "start": 816064193,
            "stop": 816064196
        },
        {
            "start": 816064249,
            "stop": 816064253
        },
        {
            "start": 816064258,
            "stop": 816064261
        },
        {
            "start": 816064266,
            "stop": 816064267
        },
        {
            "start": 816064274,
            "stop": 816064275
        },
        {
            "start": 816064282,
            "stop": 816064283
        },
        {
            "start": 816064291,
            "stop": 816064293
        },
        {
            "start": 816064301,
            "stop": 816064303
        },
        {
            "start": 816064309,
            "stop": 816064310
        },
        {
            "start": 816064318,
            "stop": 816064319
        },
        {
            "start": 816064327,
            "stop": 816064328
        },
        {
            "start": 816064333,
            "stop": 816064347
        },
        {
            "start": 816064353,
            "stop": 816064359
        },
        {
            "start": 816064366,
            "stop": 816064397
        },
        {
            "start": 816064401,
            "stop": 816064406
        },
        {
            "start": 816064410,
            "stop": 816064418
        },
        {
            "start": 816064424,
            "stop": 816064426
        },
        {
            "start": 816064436,
            "stop": 816064438
        }
    ]
}