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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=327",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 328,
    "results": [
        {
            "start": 823446333,
            "stop": 823446347
        },
        {
            "start": 823446669,
            "stop": 823446816
        },
        {
            "start": 823447800,
            "stop": 823449967
        },
        {
            "start": 823451371,
            "stop": 823452578
        },
        {
            "start": 823452584,
            "stop": 823452609
        },
        {
            "start": 823452615,
            "stop": 823453438
        },
        {
            "start": 823453467,
            "stop": 823453478
        },
        {
            "start": 823453483,
            "stop": 823453495
        },
        {
            "start": 823453511,
            "stop": 823453712
        },
        {
            "start": 823453717,
            "stop": 823454371
        },
        {
            "start": 823455519,
            "stop": 823456624
        },
        {
            "start": 823458168,
            "stop": 823459881
        },
        {
            "start": 823459887,
            "stop": 823459907
        },
        {
            "start": 823459912,
            "stop": 823459928
        },
        {
            "start": 823459933,
            "stop": 823461075
        },
        {
            "start": 823461093,
            "stop": 823461102
        },
        {
            "start": 823462403,
            "stop": 823463180
        },
        {
            "start": 823476556,
            "stop": 823477640
        },
        {
            "start": 823481549,
            "stop": 823481668
        },
        {
            "start": 823482289,
            "stop": 823485819
        }
    ]
}