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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=310",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 311,
    "results": [
        {
            "start": 1378158963,
            "stop": 1378159071
        },
        {
            "start": 1378159074,
            "stop": 1378159129
        },
        {
            "start": 1378159133,
            "stop": 1378159145
        },
        {
            "start": 1378159148,
            "stop": 1378159149
        },
        {
            "start": 1378159153,
            "stop": 1378159207
        },
        {
            "start": 1378159212,
            "stop": 1378159248
        },
        {
            "start": 1378159251,
            "stop": 1378159274
        },
        {
            "start": 1378163210,
            "stop": 1378163293
        },
        {
            "start": 1378163297,
            "stop": 1378163366
        },
        {
            "start": 1378163371,
            "stop": 1378164052
        },
        {
            "start": 1378164054,
            "stop": 1378164057
        },
        {
            "start": 1378164058,
            "stop": 1378164810
        },
        {
            "start": 1378164815,
            "stop": 1378164963
        },
        {
            "start": 1378164966,
            "stop": 1378165004
        },
        {
            "start": 1378165008,
            "stop": 1378165118
        },
        {
            "start": 1378165119,
            "stop": 1378165162
        },
        {
            "start": 1378165167,
            "stop": 1378165325
        },
        {
            "start": 1378165328,
            "stop": 1378165425
        },
        {
            "start": 1378165430,
            "stop": 1378165455
        },
        {
            "start": 1378178205,
            "stop": 1378180418
        }
    ]
}