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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=2",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 3,
    "results": [
        {
            "start": 1397375152,
            "stop": 1397403032
        },
        {
            "start": 1397418950,
            "stop": 1397455886
        },
        {
            "start": 1397468964,
            "stop": 1397470696
        },
        {
            "start": 1397474266,
            "stop": 1397487784
        },
        {
            "start": 1397507668,
            "stop": 1397523740
        },
        {
            "start": 1397528639,
            "stop": 1397537833
        },
        {
            "start": 1397543013,
            "stop": 1397588418
        },
        {
            "start": 1397603752,
            "stop": 1397621958
        },
        {
            "start": 1397622318,
            "stop": 1397645550
        },
        {
            "start": 1397650343,
            "stop": 1397661838
        },
        {
            "start": 1397665575,
            "stop": 1397685617
        },
        {
            "start": 1397693585,
            "stop": 1397714641
        },
        {
            "start": 1397729478,
            "stop": 1397762798
        },
        {
            "start": 1397768900,
            "stop": 1397847088
        },
        {
            "start": 1397855942,
            "stop": 1397866952
        },
        {
            "start": 1397871462,
            "stop": 1397911843
        },
        {
            "start": 1397972453,
            "stop": 1397975959
        },
        {
            "start": 1398047555,
            "stop": 1398073186
        },
        {
            "start": 1398114555,
            "stop": 1398117816
        },
        {
            "start": 1398118165,
            "stop": 1398142682
        }
    ]
}