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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5085",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5086,
    "results": [
        {
            "start": 874648595,
            "stop": 874648655
        },
        {
            "start": 874648674,
            "stop": 874648714
        },
        {
            "start": 874648761,
            "stop": 874648781
        },
        {
            "start": 874648800,
            "stop": 874648841
        },
        {
            "start": 874648860,
            "stop": 874648867
        },
        {
            "start": 874648886,
            "stop": 874648930
        },
        {
            "start": 874648960,
            "stop": 874648980
        },
        {
            "start": 874649019,
            "stop": 874649386
        },
        {
            "start": 874649407,
            "stop": 874649423
        },
        {
            "start": 874649461,
            "stop": 874649466
        },
        {
            "start": 874649485,
            "stop": 874649632
        },
        {
            "start": 874649653,
            "stop": 874649844
        },
        {
            "start": 874649881,
            "stop": 874649950
        },
        {
            "start": 874649970,
            "stop": 874650002
        },
        {
            "start": 874651935,
            "stop": 874653937
        },
        {
            "start": 874653957,
            "stop": 874654047
        },
        {
            "start": 874654066,
            "stop": 874654155
        },
        {
            "start": 874654175,
            "stop": 874654300
        },
        {
            "start": 874654320,
            "stop": 874654748
        },
        {
            "start": 874654767,
            "stop": 874654974
        }
    ]
}