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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=348",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 349,
    "results": [
        {
            "start": 931872536,
            "stop": 931872624
        },
        {
            "start": 931872625,
            "stop": 931872744
        },
        {
            "start": 931872745,
            "stop": 931873348
        },
        {
            "start": 931873349,
            "stop": 931873354
        },
        {
            "start": 931873355,
            "stop": 931873358
        },
        {
            "start": 931873359,
            "stop": 931873475
        },
        {
            "start": 931873476,
            "stop": 931873506
        },
        {
            "start": 931873508,
            "stop": 931873511
        },
        {
            "start": 931873514,
            "stop": 931873539
        },
        {
            "start": 931873540,
            "stop": 931873602
        },
        {
            "start": 931873603,
            "stop": 931873661
        },
        {
            "start": 931873662,
            "stop": 931873990
        },
        {
            "start": 931873991,
            "stop": 931874036
        },
        {
            "start": 931874039,
            "stop": 931874242
        },
        {
            "start": 931874243,
            "stop": 931874706
        },
        {
            "start": 931874707,
            "stop": 931874837
        },
        {
            "start": 931874839,
            "stop": 931874859
        },
        {
            "start": 931874861,
            "stop": 931875440
        },
        {
            "start": 931875441,
            "stop": 931875462
        },
        {
            "start": 931875464,
            "stop": 931875468
        }
    ]
}