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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1347",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1348,
    "results": [
        {
            "start": 843848819,
            "stop": 843848833
        },
        {
            "start": 843848840,
            "stop": 843848841
        },
        {
            "start": 843849277,
            "stop": 843849294
        },
        {
            "start": 843849297,
            "stop": 843849307
        },
        {
            "start": 843849310,
            "stop": 843849401
        },
        {
            "start": 843849406,
            "stop": 843849421
        },
        {
            "start": 843849424,
            "stop": 843849457
        },
        {
            "start": 843849460,
            "stop": 843849475
        },
        {
            "start": 843849478,
            "stop": 843849480
        },
        {
            "start": 843849484,
            "stop": 843849485
        },
        {
            "start": 843849489,
            "stop": 843849502
        },
        {
            "start": 843849505,
            "stop": 843849516
        },
        {
            "start": 843849519,
            "stop": 843849522
        },
        {
            "start": 843849525,
            "stop": 843849528
        },
        {
            "start": 843849531,
            "stop": 843849542
        },
        {
            "start": 843849545,
            "stop": 843849568
        },
        {
            "start": 843849571,
            "stop": 843849584
        },
        {
            "start": 843849587,
            "stop": 843849610
        },
        {
            "start": 843849613,
            "stop": 843849617
        },
        {
            "start": 843849620,
            "stop": 843849637
        }
    ]
}