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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9887",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9888,
    "results": [
        {
            "start": 870869158,
            "stop": 870869159
        },
        {
            "start": 870869196,
            "stop": 870869201
        },
        {
            "start": 870869210,
            "stop": 870869220
        },
        {
            "start": 870869343,
            "stop": 870869349
        },
        {
            "start": 870869383,
            "stop": 870869398
        },
        {
            "start": 870869520,
            "stop": 870869532
        },
        {
            "start": 870869555,
            "stop": 870869655
        },
        {
            "start": 870869663,
            "stop": 870869678
        },
        {
            "start": 870869687,
            "stop": 870869771
        },
        {
            "start": 870869778,
            "stop": 870869779
        },
        {
            "start": 870869793,
            "stop": 870869840
        },
        {
            "start": 870869848,
            "stop": 870869853
        },
        {
            "start": 870869861,
            "stop": 870869866
        },
        {
            "start": 870869890,
            "stop": 870869896
        },
        {
            "start": 870869904,
            "stop": 870869920
        },
        {
            "start": 870870000,
            "stop": 870870076
        },
        {
            "start": 870870111,
            "stop": 870870119
        },
        {
            "start": 870870127,
            "stop": 870870160
        },
        {
            "start": 870870196,
            "stop": 870870222
        },
        {
            "start": 870870231,
            "stop": 870870238
        }
    ]
}