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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=197",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 198,
    "results": [
        {
            "start": 1181851701,
            "stop": 1181851703
        },
        {
            "start": 1181851706,
            "stop": 1181851726
        },
        {
            "start": 1181851728,
            "stop": 1181851734
        },
        {
            "start": 1181851738,
            "stop": 1181851739
        },
        {
            "start": 1181851740,
            "stop": 1181851750
        },
        {
            "start": 1181851753,
            "stop": 1181851802
        },
        {
            "start": 1181851803,
            "stop": 1181851831
        },
        {
            "start": 1181851834,
            "stop": 1181851851
        },
        {
            "start": 1181851853,
            "stop": 1181851859
        },
        {
            "start": 1181859927,
            "stop": 1181889848
        },
        {
            "start": 1181896061,
            "stop": 1181922638
        },
        {
            "start": 1181922643,
            "stop": 1181927860
        },
        {
            "start": 1181949710,
            "stop": 1181958053
        },
        {
            "start": 1181958055,
            "stop": 1181958056
        },
        {
            "start": 1181958057,
            "stop": 1182002505
        },
        {
            "start": 1182212338,
            "stop": 1182214344
        },
        {
            "start": 1182215942,
            "stop": 1182216192
        },
        {
            "start": 1182216262,
            "stop": 1182266825
        },
        {
            "start": 1182266827,
            "stop": 1182266829
        },
        {
            "start": 1182266830,
            "stop": 1182266833
        }
    ]
}