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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=138",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 139,
    "results": [
        {
            "start": 1264328212,
            "stop": 1264328213
        },
        {
            "start": 1264328214,
            "stop": 1264328215
        },
        {
            "start": 1264328216,
            "stop": 1264328217
        },
        {
            "start": 1264328220,
            "stop": 1264328222
        },
        {
            "start": 1264328224,
            "stop": 1264328227
        },
        {
            "start": 1264328228,
            "stop": 1264328229
        },
        {
            "start": 1264328231,
            "stop": 1264328234
        },
        {
            "start": 1264328235,
            "stop": 1264328238
        },
        {
            "start": 1264328240,
            "stop": 1264328242
        },
        {
            "start": 1264328243,
            "stop": 1264328244
        },
        {
            "start": 1264328245,
            "stop": 1264328246
        },
        {
            "start": 1264328247,
            "stop": 1264328264
        },
        {
            "start": 1264328266,
            "stop": 1264328269
        },
        {
            "start": 1264328270,
            "stop": 1264328271
        },
        {
            "start": 1264328282,
            "stop": 1264328309
        },
        {
            "start": 1264328312,
            "stop": 1264328319
        },
        {
            "start": 1264328320,
            "stop": 1264328321
        },
        {
            "start": 1264328322,
            "stop": 1264328329
        },
        {
            "start": 1264328330,
            "stop": 1264328332
        },
        {
            "start": 1264328333,
            "stop": 1264328342
        }
    ]
}