Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=121",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 122,
    "results": [
        {
            "start": 816738515,
            "stop": 816738518
        },
        {
            "start": 816738522,
            "stop": 816738530
        },
        {
            "start": 816738534,
            "stop": 816738576
        },
        {
            "start": 816738581,
            "stop": 816738590
        },
        {
            "start": 816738594,
            "stop": 816738685
        },
        {
            "start": 816738695,
            "stop": 816738714
        },
        {
            "start": 816738718,
            "stop": 816738738
        },
        {
            "start": 816738742,
            "stop": 816738751
        },
        {
            "start": 816738755,
            "stop": 816738870
        },
        {
            "start": 816738876,
            "stop": 816738877
        },
        {
            "start": 816738880,
            "stop": 816738884
        },
        {
            "start": 816738890,
            "stop": 816738893
        },
        {
            "start": 816738897,
            "stop": 816738932
        },
        {
            "start": 816738935,
            "stop": 816738938
        },
        {
            "start": 816738942,
            "stop": 816738945
        },
        {
            "start": 816738953,
            "stop": 816738956
        },
        {
            "start": 816738959,
            "stop": 816739002
        },
        {
            "start": 816739006,
            "stop": 816739008
        },
        {
            "start": 816739030,
            "stop": 816739036
        },
        {
            "start": 816739041,
            "stop": 816739043
        }
    ]
}