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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=64",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 65,
    "results": [
        {
            "start": 829857179,
            "stop": 829860185
        },
        {
            "start": 829863585,
            "stop": 829890260
        },
        {
            "start": 829891799,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937806
        },
        {
            "start": 829939401,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829948717
        },
        {
            "start": 829952725,
            "stop": 829952937
        },
        {
            "start": 829953004,
            "stop": 829955135
        },
        {
            "start": 829955361,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829981979
        },
        {
            "start": 829984768,
            "stop": 830012453
        },
        {
            "start": 830032317,
            "stop": 830036671
        },
        {
            "start": 830041350,
            "stop": 830044430
        },
        {
            "start": 830045706,
            "stop": 830096744
        },
        {
            "start": 830100539,
            "stop": 830113844
        },
        {
            "start": 830118322,
            "stop": 830127783
        },
        {
            "start": 830129085,
            "stop": 830140741
        },
        {
            "start": 830142057,
            "stop": 830155758
        },
        {
            "start": 830157033,
            "stop": 830187226
        },
        {
            "start": 830189592,
            "stop": 830189951
        }
    ]
}