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=9944
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=9945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9943",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9944,
    "results": [
        {
            "start": 874940703,
            "stop": 874940710
        },
        {
            "start": 874940712,
            "stop": 874940714
        },
        {
            "start": 874940716,
            "stop": 874940717
        },
        {
            "start": 874940718,
            "stop": 874940726
        },
        {
            "start": 874940727,
            "stop": 874940728
        },
        {
            "start": 874940730,
            "stop": 874940732
        },
        {
            "start": 874940733,
            "stop": 874940736
        },
        {
            "start": 874940737,
            "stop": 874940739
        },
        {
            "start": 874940740,
            "stop": 874940772
        },
        {
            "start": 874940773,
            "stop": 874940784
        },
        {
            "start": 874940785,
            "stop": 874940790
        },
        {
            "start": 874940791,
            "stop": 874940814
        },
        {
            "start": 874940815,
            "stop": 874940824
        },
        {
            "start": 874940825,
            "stop": 874940848
        },
        {
            "start": 874940849,
            "stop": 874940859
        },
        {
            "start": 874940860,
            "stop": 874940866
        },
        {
            "start": 874940868,
            "stop": 874940897
        },
        {
            "start": 874940898,
            "stop": 874940989
        },
        {
            "start": 874940990,
            "stop": 874941905
        },
        {
            "start": 874942051,
            "stop": 874944870
        }
    ]
}