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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=46",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 47,
    "results": [
        {
            "start": 820893730,
            "stop": 820893794
        },
        {
            "start": 820893936,
            "stop": 820894155
        },
        {
            "start": 820895941,
            "stop": 820898697
        },
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820909830
        },
        {
            "start": 820910486,
            "stop": 820913514
        },
        {
            "start": 820913670,
            "stop": 820921292
        },
        {
            "start": 820923558,
            "stop": 820934053
        },
        {
            "start": 820934862,
            "stop": 820940150
        },
        {
            "start": 820940415,
            "stop": 820940708
        },
        {
            "start": 820940872,
            "stop": 820942115
        },
        {
            "start": 820942125,
            "stop": 820942137
        },
        {
            "start": 820942145,
            "stop": 820942150
        },
        {
            "start": 820942155,
            "stop": 820942162
        },
        {
            "start": 820942168,
            "stop": 820942207
        },
        {
            "start": 820942213,
            "stop": 820942919
        },
        {
            "start": 820965635,
            "stop": 820966355
        },
        {
            "start": 820966360,
            "stop": 820966398
        },
        {
            "start": 820966698,
            "stop": 820967252
        },
        {
            "start": 820968237,
            "stop": 820973676
        }
    ]
}