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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=202",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 203,
    "results": [
        {
            "start": 956923284,
            "stop": 956923292
        },
        {
            "start": 956923307,
            "stop": 956923313
        },
        {
            "start": 956923318,
            "stop": 956923325
        },
        {
            "start": 956923330,
            "stop": 956923333
        },
        {
            "start": 956923337,
            "stop": 956923338
        },
        {
            "start": 956923362,
            "stop": 956923384
        },
        {
            "start": 956923423,
            "stop": 956923424
        },
        {
            "start": 956923427,
            "stop": 956923447
        },
        {
            "start": 956923453,
            "stop": 956923469
        },
        {
            "start": 956923505,
            "stop": 956923516
        },
        {
            "start": 956923523,
            "stop": 956923528
        },
        {
            "start": 956923531,
            "stop": 956923541
        },
        {
            "start": 956923554,
            "stop": 956923557
        },
        {
            "start": 956923560,
            "stop": 956923566
        },
        {
            "start": 956923569,
            "stop": 956923575
        },
        {
            "start": 956923579,
            "stop": 956923584
        },
        {
            "start": 956923599,
            "stop": 956923602
        },
        {
            "start": 956923619,
            "stop": 956923675
        },
        {
            "start": 956923718,
            "stop": 956923726
        },
        {
            "start": 956923729,
            "stop": 956923730
        }
    ]
}