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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=344",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 345,
    "results": [
        {
            "start": 824211326,
            "stop": 824211365
        },
        {
            "start": 824211373,
            "stop": 824211384
        },
        {
            "start": 824211416,
            "stop": 824211417
        },
        {
            "start": 824211426,
            "stop": 824211441
        },
        {
            "start": 824211450,
            "stop": 824211460
        },
        {
            "start": 824211464,
            "stop": 824211542
        },
        {
            "start": 824211549,
            "stop": 824211555
        },
        {
            "start": 824211560,
            "stop": 824211565
        },
        {
            "start": 824211590,
            "stop": 824211596
        },
        {
            "start": 824211599,
            "stop": 824211604
        },
        {
            "start": 824211614,
            "stop": 824211618
        },
        {
            "start": 824211621,
            "stop": 824211641
        },
        {
            "start": 824211645,
            "stop": 824211655
        },
        {
            "start": 824211666,
            "stop": 824211689
        },
        {
            "start": 824211693,
            "stop": 824211825
        },
        {
            "start": 824211828,
            "stop": 824211880
        },
        {
            "start": 824211883,
            "stop": 824211928
        },
        {
            "start": 824212130,
            "stop": 824212354
        },
        {
            "start": 824212357,
            "stop": 824212407
        },
        {
            "start": 824212411,
            "stop": 824212421
        }
    ]
}