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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=388",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 389,
    "results": [
        {
            "start": 821509678,
            "stop": 821509688
        },
        {
            "start": 821509703,
            "stop": 821509713
        },
        {
            "start": 821509716,
            "stop": 821509732
        },
        {
            "start": 821509735,
            "stop": 821509758
        },
        {
            "start": 821509786,
            "stop": 821509790
        },
        {
            "start": 821509793,
            "stop": 821509802
        },
        {
            "start": 821509805,
            "stop": 821509815
        },
        {
            "start": 821509823,
            "stop": 821509827
        },
        {
            "start": 821509830,
            "stop": 821509832
        },
        {
            "start": 821509861,
            "stop": 821509878
        },
        {
            "start": 821509930,
            "stop": 821509943
        },
        {
            "start": 821509946,
            "stop": 821509956
        },
        {
            "start": 821509959,
            "stop": 821509964
        },
        {
            "start": 821509992,
            "stop": 821510007
        },
        {
            "start": 821510010,
            "stop": 821510020
        },
        {
            "start": 821510023,
            "stop": 821510073
        },
        {
            "start": 821510076,
            "stop": 821510154
        },
        {
            "start": 821510159,
            "stop": 821510178
        },
        {
            "start": 821510181,
            "stop": 821510235
        },
        {
            "start": 821510238,
            "stop": 821510239
        }
    ]
}