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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=19",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 20,
    "results": [
        {
            "start": 815365622,
            "stop": 815366023
        },
        {
            "start": 815366204,
            "stop": 815366263
        },
        {
            "start": 815366444,
            "stop": 815366619
        },
        {
            "start": 815366815,
            "stop": 815366923
        },
        {
            "start": 815367104,
            "stop": 815367207
        },
        {
            "start": 815367210,
            "stop": 815367283
        },
        {
            "start": 815367464,
            "stop": 815367629
        },
        {
            "start": 815367646,
            "stop": 815367655
        },
        {
            "start": 815367775,
            "stop": 815370449
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815374158
        },
        {
            "start": 815374175,
            "stop": 815374603
        },
        {
            "start": 815374784,
            "stop": 815375025
        },
        {
            "start": 815375145,
            "stop": 815375358
        },
        {
            "start": 815375478,
            "stop": 815376554
        },
        {
            "start": 815376674,
            "stop": 815378616
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815387034
        },
        {
            "start": 815387051,
            "stop": 815387178
        },
        {
            "start": 815387195,
            "stop": 815388101
        }
    ]
}