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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5688",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5689,
    "results": [
        {
            "start": 874564848,
            "stop": 874564884
        },
        {
            "start": 874564887,
            "stop": 874564966
        },
        {
            "start": 874564969,
            "stop": 874564985
        },
        {
            "start": 874564989,
            "stop": 874564991
        },
        {
            "start": 874564995,
            "stop": 874564997
        },
        {
            "start": 874565002,
            "stop": 874565128
        },
        {
            "start": 874565132,
            "stop": 874565151
        },
        {
            "start": 874565155,
            "stop": 874565166
        },
        {
            "start": 874565169,
            "stop": 874565223
        },
        {
            "start": 874565226,
            "stop": 874565301
        },
        {
            "start": 874565304,
            "stop": 874565312
        },
        {
            "start": 874565319,
            "stop": 874565344
        },
        {
            "start": 874565347,
            "stop": 874565349
        },
        {
            "start": 874565358,
            "stop": 874565460
        },
        {
            "start": 874565463,
            "stop": 874565509
        },
        {
            "start": 874565512,
            "stop": 874565514
        },
        {
            "start": 874565517,
            "stop": 874565556
        },
        {
            "start": 874565559,
            "stop": 874565575
        },
        {
            "start": 874565578,
            "stop": 874565587
        },
        {
            "start": 874565591,
            "stop": 874565727
        }
    ]
}