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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=30",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 31,
    "results": [
        {
            "start": 818288034,
            "stop": 818288170
        },
        {
            "start": 818288173,
            "stop": 818288199
        },
        {
            "start": 818288202,
            "stop": 818288697
        },
        {
            "start": 818288700,
            "stop": 818288750
        },
        {
            "start": 818288754,
            "stop": 818289005
        },
        {
            "start": 818289008,
            "stop": 818289072
        },
        {
            "start": 818289075,
            "stop": 818289567
        },
        {
            "start": 818289570,
            "stop": 818289844
        },
        {
            "start": 818289847,
            "stop": 818289894
        },
        {
            "start": 818289897,
            "stop": 818289974
        },
        {
            "start": 818289977,
            "stop": 818290052
        },
        {
            "start": 818290055,
            "stop": 818290361
        },
        {
            "start": 818290364,
            "stop": 818290409
        },
        {
            "start": 818290412,
            "stop": 818290528
        },
        {
            "start": 818290531,
            "stop": 818290591
        },
        {
            "start": 818290594,
            "stop": 818290863
        },
        {
            "start": 818290866,
            "stop": 818290916
        },
        {
            "start": 818290919,
            "stop": 818291093
        },
        {
            "start": 818291096,
            "stop": 818291269
        },
        {
            "start": 818291272,
            "stop": 818291367
        }
    ]
}