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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10268",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10269,
    "results": [
        {
            "start": 874795695,
            "stop": 874795981
        },
        {
            "start": 874795988,
            "stop": 874796084
        },
        {
            "start": 874796091,
            "stop": 874796466
        },
        {
            "start": 874796474,
            "stop": 874796528
        },
        {
            "start": 874796568,
            "stop": 874796665
        },
        {
            "start": 874796716,
            "stop": 874796954
        },
        {
            "start": 874796962,
            "stop": 874797143
        },
        {
            "start": 874797184,
            "stop": 874797257
        },
        {
            "start": 874797265,
            "stop": 874797326
        },
        {
            "start": 874797333,
            "stop": 874797797
        },
        {
            "start": 874797805,
            "stop": 874797860
        },
        {
            "start": 874797868,
            "stop": 874797917
        },
        {
            "start": 874797954,
            "stop": 874798007
        },
        {
            "start": 874798014,
            "stop": 874798421
        },
        {
            "start": 874798520,
            "stop": 874798838
        },
        {
            "start": 874798886,
            "stop": 874799118
        },
        {
            "start": 874799126,
            "stop": 874799368
        },
        {
            "start": 874799378,
            "stop": 874799706
        },
        {
            "start": 874799771,
            "stop": 874799775
        },
        {
            "start": 874799813,
            "stop": 874799939
        }
    ]
}