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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=245",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 246,
    "results": [
        {
            "start": 849101187,
            "stop": 849101188
        },
        {
            "start": 849101815,
            "stop": 849109753
        },
        {
            "start": 849109771,
            "stop": 849109772
        },
        {
            "start": 849109905,
            "stop": 849111133
        },
        {
            "start": 849113196,
            "stop": 849114775
        },
        {
            "start": 849114853,
            "stop": 849114913
        },
        {
            "start": 849114917,
            "stop": 849114918
        },
        {
            "start": 849115008,
            "stop": 849116713
        },
        {
            "start": 849117913,
            "stop": 849119593
        },
        {
            "start": 849119621,
            "stop": 849119622
        },
        {
            "start": 849120373,
            "stop": 849126523
        },
        {
            "start": 849128459,
            "stop": 849129064
        },
        {
            "start": 849129261,
            "stop": 849130933
        },
        {
            "start": 849130934,
            "stop": 849130936
        },
        {
            "start": 849131053,
            "stop": 849131107
        },
        {
            "start": 849131473,
            "stop": 849131533
        },
        {
            "start": 849131563,
            "stop": 849131564
        },
        {
            "start": 849131773,
            "stop": 849132013
        },
        {
            "start": 849132044,
            "stop": 849132045
        },
        {
            "start": 849132193,
            "stop": 849133453
        }
    ]
}