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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=320",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 321,
    "results": [
        {
            "start": 833580547,
            "stop": 833580607
        },
        {
            "start": 833581861,
            "stop": 833581921
        },
        {
            "start": 833582101,
            "stop": 833582221
        },
        {
            "start": 833582534,
            "stop": 833583374
        },
        {
            "start": 833583522,
            "stop": 833586702
        },
        {
            "start": 833586847,
            "stop": 833587777
        },
        {
            "start": 833587927,
            "stop": 833588827
        },
        {
            "start": 833589168,
            "stop": 833589828
        },
        {
            "start": 833590519,
            "stop": 833590639
        },
        {
            "start": 833591540,
            "stop": 833596460
        },
        {
            "start": 833596723,
            "stop": 833596903
        },
        {
            "start": 833596933,
            "stop": 833603983
        },
        {
            "start": 833605142,
            "stop": 833608862
        },
        {
            "start": 833609079,
            "stop": 833609739
        },
        {
            "start": 833610726,
            "stop": 833612346
        },
        {
            "start": 833613277,
            "stop": 833618137
        },
        {
            "start": 833618167,
            "stop": 833618617
        },
        {
            "start": 833618765,
            "stop": 833619905
        },
        {
            "start": 833620055,
            "stop": 833628185
        },
        {
            "start": 833628954,
            "stop": 833629344
        }
    ]
}