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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2477",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2475",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2476,
    "results": [
        {
            "start": 874941850,
            "stop": 874942020
        },
        {
            "start": 874942080,
            "stop": 874942730
        },
        {
            "start": 874942810,
            "stop": 874943150
        },
        {
            "start": 874943230,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874945031
        },
        {
            "start": 874945072,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953530
        },
        {
            "start": 874953612,
            "stop": 874953950
        },
        {
            "start": 874954090,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955779
        },
        {
            "start": 874955831,
            "stop": 874955930
        },
        {
            "start": 874956070,
            "stop": 874957070
        },
        {
            "start": 874957150,
            "stop": 874957250
        },
        {
            "start": 874957330,
            "stop": 874957490
        },
        {
            "start": 874957570,
            "stop": 874957970
        },
        {
            "start": 874958110,
            "stop": 874958570
        },
        {
            "start": 874958710,
            "stop": 874958938
        },
        {
            "start": 874958976,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959113
        },
        {
            "start": 874959126,
            "stop": 874959141
        }
    ]
}