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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=344",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 345,
    "results": [
        {
            "start": 823951465,
            "stop": 823957914
        },
        {
            "start": 823957995,
            "stop": 823958010
        },
        {
            "start": 823958024,
            "stop": 823958804
        },
        {
            "start": 823958833,
            "stop": 823958902
        },
        {
            "start": 823958911,
            "stop": 823958929
        },
        {
            "start": 824007109,
            "stop": 824007554
        },
        {
            "start": 824007561,
            "stop": 824008481
        },
        {
            "start": 824008488,
            "stop": 824009713
        },
        {
            "start": 824009720,
            "stop": 824012718
        },
        {
            "start": 824012724,
            "stop": 824013020
        },
        {
            "start": 824013763,
            "stop": 824024570
        },
        {
            "start": 824024576,
            "stop": 824027355
        },
        {
            "start": 824027362,
            "stop": 824027421
        },
        {
            "start": 824027426,
            "stop": 824027456
        },
        {
            "start": 824027462,
            "stop": 824027478
        },
        {
            "start": 824027483,
            "stop": 824027520
        },
        {
            "start": 824027525,
            "stop": 824027542
        },
        {
            "start": 824027554,
            "stop": 824027563
        },
        {
            "start": 824027579,
            "stop": 824027587
        },
        {
            "start": 824027599,
            "stop": 824027605
        }
    ]
}