Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=193",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 194,
    "results": [
        {
            "start": 819851008,
            "stop": 819851275
        },
        {
            "start": 819851395,
            "stop": 819851678
        },
        {
            "start": 819851682,
            "stop": 819851933
        },
        {
            "start": 819851937,
            "stop": 819852024
        },
        {
            "start": 819852144,
            "stop": 819852368
        },
        {
            "start": 819852371,
            "stop": 819852976
        },
        {
            "start": 819852980,
            "stop": 819853168
        },
        {
            "start": 819853288,
            "stop": 819853734
        },
        {
            "start": 819853737,
            "stop": 819854053
        },
        {
            "start": 819854057,
            "stop": 819854178
        },
        {
            "start": 819854182,
            "stop": 819855195
        },
        {
            "start": 819855199,
            "stop": 819857243
        },
        {
            "start": 819857246,
            "stop": 819859126
        },
        {
            "start": 819859143,
            "stop": 819859851
        },
        {
            "start": 819859971,
            "stop": 819860492
        },
        {
            "start": 819860496,
            "stop": 819860948
        },
        {
            "start": 819861068,
            "stop": 819863382
        },
        {
            "start": 819863385,
            "stop": 819865382
        },
        {
            "start": 819865385,
            "stop": 819868333
        },
        {
            "start": 819868337,
            "stop": 819868797
        }
    ]
}